kexec: Add machine_kexec_get()
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 28 Feb 2008 10:46:27 +0000 (10:46 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 28 Feb 2008 10:46:27 +0000 (10:46 +0000)
commite9b916ec23f5dd64d187bace1532eeebb95a1d51
treea2da6f06d707ebd87ba7268bef4023c076d38ee5
parent2b982798afc5a3184851cdecc87d12511b58746d
kexec: Add machine_kexec_get()

Introduce machine_kexec_get to allow architecture-specific handling of
the xen region. x86_64 is currently different to x86_32 and ia64.

Signed-off-by: Simon Horman <horms@verge.net.au>
xen/arch/ia64/xen/machine_kexec.c
xen/arch/powerpc/machine_kexec.c
xen/arch/x86/machine_kexec.c
xen/arch/x86/x86_32/Makefile
xen/arch/x86/x86_32/machine_kexec.c [new file with mode: 0644]
xen/arch/x86/x86_64/Makefile
xen/arch/x86/x86_64/machine_kexec.c [new file with mode: 0644]
xen/common/kexec.c
xen/include/xen/kexec.h